home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / ben.swf / scripts / frame_18 / PlaceObject3_585_32 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-06-09  |  184 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this.br.hitTest(_root.bubMC) && _root.amitavakey == true)
  3.    {
  4.       if(pl == 1)
  5.       {
  6.          this.play();
  7.          pl = 0;
  8.       }
  9.    }
  10. }
  11.